外部样式表引用示范


链接式 link : <link href = "CSS/Exmp-4-1-style.css" rel = "stylesheet" type = "text/css">

导入式 @import :@import url("CSS/Exmp-4-1-style.css");

在HTML文档中可用上述两种方式引入外部样式表